home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-25 | 464 b | 26 lines | [TEXT/CWIE] |
- // ==================================================
- // RezPrefix.68K.r
- // Copyright (C) 1997 Mizutori Tetsuya
- // April 16, 1997.
- // ==================================================
- // All documents are pretty-printed in 10-point Geneva font.
-
- #define SystemSevenOrLater TRUE
-
- // define for 68K
- #ifndef __MC68K__
- #define __MC68K__ 1
- #endif
-
- // undef for PPC
- #ifdef __POWERPC__
- #undef __POWERPC__
- #endif
-
- #ifdef powerc
- #undef powerc
- #endif
-
- // end of resources
-
-